projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17893c6
)
(current_column_1): Remove unused variable `prev_col'.
author
Pavel Janík
<Pavel@Janik.cz>
Tue, 6 Nov 2001 13:22:01 +0000
(13:22 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Tue, 6 Nov 2001 13:22:01 +0000
(13:22 +0000)
src/ChangeLog
patch
|
blob
|
history
src/indent.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index ed69bfea1aa9375e99adf151d8e388f84dc0a988..da2e7ffaa274613748b29f86efa7ac8479a6dbec 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-5,6
+5,8
@@
* fontset.c (fontset_font_pattern): Remove unused variable
`family_registry'.
+ * indent.c (current_column_1): Remove unused variable `prev_col'.
+
2001-11-05 Richard M. Stallman <rms@gnu.org>
* m/news-risc.h (BROKEN_PROTOTYPES): Defined.
diff --git
a/src/indent.c
b/src/indent.c
index 2a62ab6fedac6dacd88c766e0ad89f2a2b667ed7..835ad6a25b4d6d4f668e730135544ef2ee6c05b5 100644
(file)
--- a/
src/indent.c
+++ b/
src/indent.c
@@
-590,7
+590,6
@@
current_column_1 ()
goto endloop;
if (c == '\t')
{
- int prev_col = col;
col += tab_width;
col = col / tab_width * tab_width;
}